home *** CD-ROM | disk | FTP | other *** search
/ CU Amiga Super CD-ROM 12 / CU Amiga Magazine's Super CD-ROM 12 (1997)(EMAP Images)(GB)[!][issue 1997-07].iso / S / UpdateLibrary < prev    next >
AmigaDOS Script File  |  1997-05-13  |  373b  |  13 lines

  1. .key library/A,version/A,revision/A
  2. .bra {
  3. .ket }
  4.  
  5. version >NIL: LIBS:{library} file version {version} revision {revision}
  6. if WARN
  7.     set Update `RequestChoice "Init CD" "You have an old version of {library} in LIBS:*NWould you like to install the newer one from the CD?" "Yes|No"`
  8.     if $Update EQ 1
  9.         copy >NIL: CUCD:Libs/{library} LIBS:
  10.         endif
  11.     endif
  12.  
  13.